/* 基础样式 */

body {

    margin: 0;
    user-select: none!important;
    background-color: #ffffff;

    min-width: 1400px;

    padding-top: 88px;
    /*padding-bottom: 120px;*/
    /*padding-top: 30px;*/

    /*min-width: 1300px;*/

}

* {

    outline: none;

}

a {

    text-decoration: none;

}

h1,
h2,
h3 {

    margin: 0;

    font-size: 100%;

    font-weight: normal;

    /* display: block; */

    /* font-size: 1.5em; */

    margin-block-start: 0;

    margin-block-end: 0;

    margin-inline-start: 0;

    margin-inline-end: 0;

    /* font-weight: bold; */

}

p {

    margin: 0;

}



ol,
ul,
li {

    list-style: none;

    padding: 0;

    margin: 0;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



/* 超出隐藏 */

.of-ellipsis {

    display: block;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}

/* 多行文本超出隐藏 */

.of-ellipsis-2 {

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}

.of-ellipsis-3 {

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

}

.of-ellipsis-4 {

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

}

.of-ellipsis-5 {

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 5;

    -webkit-box-orient: vertical;

}

.of-ellipsis-6 {

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 6;

    -webkit-box-orient: vertical;

}

.of-ellipsis-7 {

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 7;

    -webkit-box-orient: vertical;

}

.of-ellipsis-8 {

    text-overflow: -o-ellipsis-lastline;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 8;

    -webkit-box-orient: vertical;

}



.max-box {

    width: 100%;

    display: flex;

    justify-content: center;

}

.min-box {

    height: 100%;

    width: 1400px;

}











.top-title {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    min-width: 1400px;

    z-index: 100;

    height: 88px;

    background-color: #000000;

    /*overflow-x: hidden;*/

    /*overflow-y: visible;*/

}



.top-title .min-box {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.top-title .right-box {

    width: 174px;

    height: 88px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-left: solid 1px rgba(255, 255, 255, 0.5);

}



.top-title .right-box .boxs {

    width: 50%;

    height: 88px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    color: #ffffff;

    position: relative;

}



.top-title .right-box .boxs:last-child {

    background-color: #e47a2f;

}



.top-title .right-box .boxs p {

    margin-top: 10px;

    font-size: 13px;

}

.top-title .right-box .boxs .qr {

    position: absolute;

    top: 0;

    width: 100%;

    height: 0%;

}

.top-title .right-box .boxs .qr img {

    width: 100%;

    height: 100%;

}

.top-title .right-box .boxs:hover .qr {

    height: 100%;

    transition: all 0.45s;

}

.top-title .left-logo {

    width: 186px;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

}



.top-title .center-box {

    width: 1040px;

    height: 88px;

    min-width: 200px;

    display: flex;

    align-items: center;

    justify-content: center;

    background-color: #000000;

}



.top-title .center-box .boxs {

    /*transition: 300ms;*/

    margin: 0 15px;

    height: 88px;

    position: relative;

}



.top-title .center-box .boxs::before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 0;

    height: 2px;

    background-color: #e47a2f;

    transition: width 300ms;

}



.top-title .center-box .boxs:hover:before {

    width: 100%;

}



.top-title .center-box .boxs .ttles {

    line-height: 88px;

    color: #ffffff;

    text-align: center;

    display: block;

    font-size: 16px;

    background-color: #000000;

    transition: color 300ms;

}

.top-title .center-box .boxs .ttles.act {

    color: #e47a2f;

}

.top-title .center-box .boxs:hover .ttles {

    color: #e47a2f;

}



.top-title .center-box .boxs:hover .xlcd {

    transform: translateY(0%);

    pointer-events: auto;

}





.top-title .center-box .boxs .xlcd {

    pointer-events: none;

    position: absolute;

    height: 144px;

    height: auto;

    width: 100%;

    top: 100%;

    left: 0;

    display: flex;

    align-content: flex-start;

    justify-content: flex-start;

    flex-direction: column;

    flex-wrap: wrap;

    padding-top: 20px;

    padding-bottom: 20px;

    transition: 300ms;

    transform: translateY(-100%);

    z-index: -1;

}



.top-title .center-box .boxs .xlcd::after {

    content: "";

    position: absolute;

    height: 100%;

    width: 200vw;

    top: 0;

    left: -100vw;

    background-color: rgba(0, 0, 0, 0.8);

    z-index: -1;

}



.top-title .center-box .boxs .xlcd .liss:hover {

    color: #e47a2f;

}

.top-title .center-box .boxs .xlcd .liss.ac {

    color: #e47a2f;

}



.top-title .center-box .boxs .xlcd .liss:hover>.pnav {

    display: block;

    transition: 300ms;

}



.top-title .center-box .boxs .xlcd .liss {

    transition: color 300ms;

    font-size: 14px;

    white-space: nowrap;

    color: #ffffff;

    margin-bottom: 10px;

    margin-top: 10px;

    margin-right: 30px;

    /*position: relative;*/

}





.top-title .center-box .boxs .xlcd .pnav {

    width: 180%;

    padding: 0 8px;

    position: absolute;

    top: 0;

    right: -220%;

    display: none;

    padding-left: 50px;

    border-left: 1px solid rgba(255, 255, 255, 0.15);


}

.top-title .center-box .boxs .xlcd .ac .pnav {

    display: block;

}



.top-title .center-box .boxs .xlcd .pnav:hover {

    display: block;

}



.top-title .center-box .boxs .xlcd .pnav .ps {

    font-size: 14px;

    transition: color 300ms;

    color: #ccc;

    display: block;

    position: relative;

    margin: 0 0 15px;

}

.top-title .center-box .boxs .xlcd .pnav .ps:hover {

    color: #e47a2f;

}

.top-title .center-box .boxs .xlcd .pnav .tac {

    color: #e47a2f;

}

.top-title .center-box .boxs .xlcd .pnav .index_img {

    position: fixed;

    width: 300px;
    
    height: 80%;

    top: 10px;

    left: 250px;

    display: none;

}

.top-title .center-box .boxs .xlcd .pnav .ps:hover+.index_img {

    display: block;

}

.top-title .center-box .boxs .xlcd .pnav .iac {

    display: block;

}

.top-swiper-item {

    width: 100%;

}



.top-swiper-item .swiper-slide img {

    width: 100%;

}















.bottoms {

    width: 100%;

    height: 490px;

    background-color: #202020;

    padding-top: 45px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    flex-direction: column;

}

.ny_bottoms {

    height: 380px;

}



.bottoms .tps .yqljs {

    width: 100%;

    min-height: 100px;

    border-bottom: solid 1px #323232;

}

.bottoms .tps .yqljs .ssw {

    width: 100%;

    font-size: 16px;

    color: #ffffff;

    margin-bottom: 16px;

}

.bottoms .tps .yqljs .lissf {

    width: 100%;

    height: auto;

    display: flex;

    align-items: flex-start;

    justify-content: flex-start;

    flex-wrap: wrap;

    align-content: flex-start;

}

.bottoms .tps .yqljs .lissf a {

    font-size: 14px;

    color: #ececec;

    margin-right: 25px;

    margin-bottom: 16px;

}

.bottoms .tps .mdds {

    width: 100%;

    height: 180px;

    margin-top: 26px;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

}

.bottoms .tps .mdds .lefts {

    width: 50%;

    height: 100%;

}

.bottoms .tps .mdds .lefts .os {

    height: 35px;

    width: 186px;

    margin-bottom: 32px;

}

.bottoms .tps .mdds .lefts .db-box {

    width: 100%;

    height: 112px;

    display: flex;

    align-items: flex-start;

    justify-content: flex-start;



}

.bottoms .tps .mdds .lefts .db-box .igs {

    width: 100px;

    height: 100px;

    margin-right: 16px;

}

.bottoms .tps .mdds .lefts .db-box .ppd {

    width: auto;

    height: 100%;

}

.bottoms .tps .mdds .lefts .db-box .ppd p {

    font-size: 14px;

    line-height: 26px;

    color: #ffffff;

}



.bottoms .tps .mdds .rights {

    width: 50%;

    height: 100%;

    display: flex;

    align-items: flex-end;

    justify-content: flex-start;



    flex-direction: column;

}

.bottoms .tps .mdds .rights .origin-text {

    font-size: 16px;

    color: #dc5f00;

    margin-bottom: 27px;

    width: 438px;

}

.bottoms .tps .mdds .rights input {

    width: 438px;

    height: 36px;

    border: none;

    margin-bottom: 20px;

    text-indent: 14px;

}

.bottoms .tps .mdds .rights input::placeholder {

    font-size: 12px;

    text-indent: 17px;

    color: #999;

}

.bottoms .tps .mdds .rights button {

    width: 100px;

    background-color: #ffffff;

    height: 36px;

    font-size: 12px;

    border: none;

    margin-right: 338px;

}

.bottoms .dds {

    background-color: #000000;

    height: 64px;

}

.bottoms .dds .min-box {

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.bottoms .dds .min-box * {

    color: #dfdfdf;

    font-size: 13px;

}

.bottoms .dds .min-box a {

    margin-right: 16px;

}

.mylayer .layui-layer-title {

    display: none;

}

.mylayer .layui-layer-ico {

    background: url("../img/close.png") no-repeat;



}

.mylayer .layui-layer-setwin .layui-layer-close1 {

    background-position: unset;

}


.ool{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    background-color: #333333;
}
.ool .min-box{
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: space-between;
}
.ool .min-box .left-box{
    width: auto;
    height: 50px;
}
.ool .min-box .left-box a{
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    float: left;
    color: #ffffff;
    background-color: #f38f28;
    border-radius: 10px;
    margin-right: 15px;
    text-align: center;
}

.ool .center-box{
    width: 520px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ool .center-box input{
    width: 300px;
    height: 100%;
    border-radius: 10px;
    background-color: #f0f0f0;
    text-indent: 10px;
    border: none;
}
.ool .center-box button{
    width: 198px;
    height: 50px;
    border: none;
    background-color: transparent;
    background-image: url(../img/btns.png);
}
.ool .right-box{
    width: 280px;
    height: 92px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ool .right-box .msn{
    width: 240px;
    height: 92px;
    background-color: #404040;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px;
    padding-right: 12px;
}
.ool .right-box .msn p{
    font-size: 20px;
    font-weight: bold;
    color: #f49127;
}
.ool .right-box .close{
    cursor: pointer;
}